home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2008 October / Macworld October 2008 CD-ROM.bin / pc / Secrets / TextExpander 2.3.dmg / TextExpander.prefPane / Contents / Resources / Italian.lproj / SMTEHelp / somm_help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-07-22  |  1.8 KB  |  93 lines

  1. body { 
  2.     color: black; 
  3.     font-family: Verdana, Arial, sans-serif; 
  4.     background-color: white;
  5. }
  6. p {
  7.     font-size: 13px;
  8.     line-height: 19px;
  9.     margin: 6px 0 6px 0;
  10. }
  11. h1 {
  12.     font-size: 17px;
  13.     margin-bottom: 0px;
  14. }
  15. h2 {
  16.     font-size: 14px; 
  17.     font-weight: bold; 
  18. }
  19. h3 {
  20.     font-size: 15px;
  21.     font-weight: bold;
  22.     margin: 10px 0 2px 0;
  23. }
  24. ul {
  25.     list-style-type: circle;
  26.     margin: 0;
  27. }
  28. ul.toc {
  29.     list-style-type: none;
  30. }
  31. ol {
  32.     margin: 0;
  33. }
  34. ol.alpha {
  35.     list-style-type:lower-alpha;
  36. }
  37. li { 
  38.     font-size: 13px; 
  39.     line-height: 21px; 
  40. }
  41. a:link { 
  42.     color: #36c;
  43. }
  44. a:visited {
  45.     color: #36c;
  46. }
  47. a:hover {
  48.     color: #090;
  49. }
  50. a:active {
  51.     color: #9cf;
  52. }
  53. .small {
  54.     font-size: 10px;
  55. }
  56. .codegray {
  57.     font-style: italic;
  58.     font-weight: normal;
  59.     font-variant: normal;
  60.     color: #666666;
  61. }
  62. .codepurple {
  63.     font-family: "Courier New", Courier, monospace;
  64.     color: #990099;
  65. }
  66. .codeblue {
  67.     color: #0000FF;
  68. }
  69. .codegreen {
  70.     color: #578F20;
  71. }
  72.  
  73.  
  74. /** CSS code from older files, probably don't need 
  75.  
  76. code { color: #666666; font-weight: bold; white-space: normal }
  77. .snippetabbreviation { color: #990000; font-weight: bolder }
  78. .snippetcontent { color: #008000; font-weight: bolder }
  79. .faint { color: #999999 }
  80. .smalltext  { font-size: 9px }
  81. .smallhead  { font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold; line-height: 24px }
  82. .bigger { font-size: 12px; font-weight: bold; line-height: 15px }
  83. .highlight { color: #36c }
  84. .bigger3 { font-size: 16px; line-height: 22px }
  85. .backcolor { background-color: #d0deec }
  86. .medium { font-size: 11px; line-height: 14px }
  87. .highlight2  { color: #fff; background-color: #55c535 }
  88. .highlight3 { color: #f30 }
  89. .highlight4 { color: #f90 }
  90. .bigger2  { font-size: 14px; line-height: 20px }
  91. .boxtext { font-size: 12px; line-height: 16px; background-color: #d4e4f4; margin-left: 5px; padding: 2px 6px; width: 250px; border: solid 1px #039 }
  92. .tablebox  { padding: 2px; border: solid 1px #36c }
  93. **/